home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / wp2xy.arc / 8EB4H.DOC next >
Text File  |  1991-04-08  |  4KB  |  70 lines

  1.                WP2XY  version 1.10 ── (C) 1988  F.M. de Monasterio
  2.                  ┌──────────────────────────────────────────┐     
  3.                  │  For personal, non-commercial use only.  │
  4.                  │  May not be sold.  All rights reserved.  │
  5.                  └──────────────────────────────────────────┘
  6.  
  7.                                   W P 2 X Y
  8.                                   ---------
  9.  
  10.  Purpose       Converts documents formatted by Word Perfect (4.2) to a
  11.                format compatible with that of XYwrite 3+.
  12.  
  13.  Input         Source file to be converted.  Absence of input triggers
  14.                a syntax message.
  15.  
  16.  Output        Converted file to standard output device, i.e., console
  17.                if the output is not redirected.  Error messages cannot
  18.                be redirected and are always displayed on the screen.
  19.  
  20.                Errorlevel is set to 0 for successful operation, 255 if
  21.                null argument (no file name given), and 1 through 5 and
  22.                12, according to the error codes of Function 3Dh of DOS
  23.                Int 21h.
  24.                     
  25.  Pragmatics    The converted data can be redirected to a file by means
  26.                of the DOS command ">"
  27.  
  28.                        Wp2Xy \wp\Source_file > \xy\Target_file
  29.  
  30.                This is a simple program that converts WP control codes
  31.                for underline, bold, bold-underline and center commands
  32.                to the corresponding XY commands. Characters with ascii
  33.                codes higher than 127 or lower than 31, entered via the
  34.                keypad (Alt + decimal ascii value) are accepted, except
  35.                for the "beta" character.   Non-keypad entries of these
  36.                characters are rejected.  Other control codes are shown
  37.                by a reverse-background "?" in XYwrite.   Whenever more
  38.                than one such code is found, only one is indicated.
  39.  
  40.  Enviroment    This software has been tested in an IBM AT running with
  41.                an Inboard 386/AT (Norton SI's index 13) under DOS 3.1x
  42.                or 3.2x.  The code was compiled with the Microsoft MASM
  43.                version 5.0
  44.  
  45.  Release       This copyrighted software is distributed free of charge
  46.                for personal, non-commercial use only. The author makes
  47.                no warranties, neither implied nor expressed, including
  48.                without  limitation any  warranties with respect to the
  49.                quality,  performance,  and/or fitness of this software
  50.                for any particular purposes.  The entire risk as to the
  51.                quality and performance of this software rests with the
  52.                user.  In no event  shall the  author be liable for any
  53.                damages  (whether direct, indirect, special, incidental
  54.                or consequential) arising from the use of or any defect
  55.                in the software.  By using the software you acknowledge
  56.                to (1) have read and understood every one and all parts
  57.                of the disclaimer and (2) have agreed with and accepted
  58.                every one and all of its provisions.
  59.  
  60.  Distribution  The ARCed package contains the following files with the
  61.                noted CRCs:
  62.  
  63.                ????h    DOC     3701   3-01-88   00:00   CRC: see name
  64.                WP2XY    COM      992   3-01-88   00:00   CRC: 6564h    
  65.                WP2XY    OBJ     1425   3-01-88   00:00   CRC: C2EEh    
  66.  
  67.                This DOC file contains 3,701 characters in 440 words and
  68.                69 lines.  The 4 digits in its name represent the CRC of
  69.                this DOC file.
  70.